DATASPACE

Syntax: DATASPACE (file$)
Location: Turbo Toolkit

This function returns the amount of dataspace which has been set aside for the given file$.

Default devices are not supported (unlike FDAT).

No errors are reported, instead error values are returned:
-2       File not executable
-3 or -6 Insufficient memory to open file
-7       File does not exist
-9       File or device already in use
-12      Device is valid, but filename is not
-16      Bad or changed medium.

CROSS-REFERENCE:
See FDAT and DATA_AREA.
